home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / player / german_winter_2.tik < prev    next >
Encoding:
Text File  |  2002-10-21  |  981 b   |  52 lines

  1. TIKI
  2. setup
  3. {
  4.     path models/human/german_winter_type2
  5.     skelmodel wintersoldier2.skd
  6.  
  7.     surface pants shader winterpants3
  8.     surface top shader wintershirt3
  9.     surface hand shader mittens2
  10.  
  11. //    $include models/human/heads/german_young_heads.tik
  12.     path models/human/heads
  13.     skelmodel head8.skd
  14. //    surface head shader dolf
  15.     surface head shader adhelm
  16.  
  17.     path models/gear/g_headgear    
  18.  
  19.     skelmodel germanhelmet.skd
  20.     surface outside shader winterhelmet2
  21.     surface inside shader german-helmet_inside
  22.  
  23. }
  24.  
  25.  
  26. //
  27. // define what folder to get specific sound from for the player model
  28. //
  29. $define pulloutdir sound/weapons/pullout
  30.  
  31.  
  32. init
  33. {
  34.     client
  35.     {
  36.         // Cache sounds here
  37.     }
  38.     server
  39.     {
  40.         voicetype axis5 // set the voicetype to use for multiplayer instant messaging
  41.     }
  42. }
  43.  
  44.  
  45. //
  46. // include the base player model definition
  47. //
  48. $include models/player/base/include.txt
  49.  
  50. // need to indicate the end of the tiki file because we have a tiki command at the end
  51. //end
  52.